home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / June 96 / Re DoIdle.5 < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  1.6 KB  |  [TEXT/ttxt]

  1. Subject:     Re: DoIdle
  2. Sent:        6/14/96 9:32 AM
  3. Received:    6/14/96 9:48 AM
  4. From:        Henri Lamiraux, lamiraux@apple.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >Henri,
  9. >
  10. >I got the idler to work "almost" the way I wanted it to by registering 
  11. >the idler with the part (as done by ODF Clock).  I would have preferred 
  12. >for the idler to have been registered with my frame; unfortunately, I 
  13. >don't see an easy way to get it to work with the frame.
  14. >
  15. >If anyone has an example of idling a non-target frame (from the frame's 
  16. >class), I would still be interested in seeing how it is done.
  17. >
  18. >
  19. >========================================================================
  20. >John Casey                         email: jcasey@ncs-ssc.com
  21. >Vice President                     web:   http://www.ncs-ssc.com
  22. >Nation Computer Services           voice: (804) 378-8917
  23. >                                   fax:   (601) 689-8130
  24. >========================================================================
  25.  
  26. Idler can be attached to a part or a frame. There are two constructors to 
  27. FW_CIdler one taking a part the other one taking a frame. Just create the 
  28. idler when you want to get idle time. The idler will be automatically 
  29. deleted when the frame goes away.
  30.  
  31. ........................................................................
  32.  Henri Lamiraux                                      lamiraux@apple.com
  33.  Apple Computer, Inc.                 OpenDoc(tm) Development Framework
  34. ........................................................................
  35.  
  36.